/*网站样式*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue",
    Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
    sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    background: #f5f5f5;
    color: #333;
    height: 100%;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    text-decoration: none !important;
    color: #000;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button, html [type=button],
    /* 1*/
[type=reset], [type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details,
    /* 1*/
menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1890ff;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

section {
    background-color: #fff;
    min-height: 50px;
}

/*w网站样式*/
.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 5px 0;
}

.kf {
    width: 208px;
    position: fixed; /* right: 20px;*/
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../img/kefu.png) 12px center no-repeat #1890ff;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img {
    padding-right: 6px;
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../img/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
    height: auto;
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon {
    background: url(../img/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img {
    width: 110px;
    height: 110px;
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../img/huidaodingbu.png) center center no-repeat #1890ff;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #1890ff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../img/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kf-side span.on {
    background: url(../img/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}

/*Top*/
.header {
    background: url(../img/banner.jpg) no-repeat center / cover #fff;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-end;
}

.header .topbar {
    line-height: 40px;
    background-color: #1890ff;
    color: #fff;
}

.header .topbar a {
    color: #fff;
    text-decoration: none;
}

.header .topbar a.wx {
    position: relative;
    display: block;
    background: url(../img/icoTz01.png) no-repeat left center;
    padding-left: 25px;
}

.header .topbar a.wx .img-center {
    position: absolute;
    left: 50%;
    top: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 10px;
    margin-left: -70px;
    display: none;
}

.header .topbar a.wx:hover .img-center {
    display: block;
}

.header .topbar ul {
    float: right;
}

.header .topbar li {
    float: left;
    color: #ddd;
}

.header .topbar li.pipe {
    padding: 0 10px;
}

.header .logo {
    float: left;
    height: 128px;
    width: 628px;
    line-height: 78px;
    text-align: left;
    padding: 30px 0;
    font-size: 36px;
    color: #1890ff;
}

.header .nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.header .nav {
    font-size: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    /*border-bottom: 3px solid #3380f5;*/
    align-self: flex-end;
    width: 100%;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle; /*border-right: 1px solid #3380f5;*/
}

.header .nav ul > li > ul > li {
    border: none;
}

.header .nav ul > li > a {
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: "";
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
    background-color: #3380f5 !important;
}

.header .nav li.open .dropdown-box {
    display: block;
}

/* 新乡头部 */
.header .container {
    padding: 0;
}

.header .nav {
    font-size: 0;
    background: rgba(15, 110, 209, 0.5);
    color: #fff;
    /*border-bottom: 3px solid #3380f5;*/
    align-self: flex-end;
    width: 100%;
    height: 60px;
}

.header .nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
}

.header .nav ul > li > ul > li {
    border: none;
}

.header .nav ul > li > a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    line-height: 42px;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: "";
    border-top: none;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
    background-color: #3380f5 !important;
}

.header .nav li.open .dropdown-box {
    display: block;
}

.header .xinxiang.nav li.current a,
.header .nav li.open a,
.header .nav li a:hover {
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.header .xinxiang.nav ul > li.active,
.header .nav ul > li:hover {
    background-color: #fff;
}

.header .nav ul > li.active,
.header .nav ul > li:hover {
    background-color: #fff;
}

.header .xinxiang.nav ul > li.active a,
.header .nav ul > li:hover a {
    color: #4096ee;
}

.header .nav ul > li.active a,
.header .nav ul > li:hover a {
    color: #4096ee;
}

.header .sc-form {
    float: right;
    margin-top: 8px;
}

.header .sc-form input {
    float: left;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid transparent;
    width: 160px;
}

.header .sc-form button {
    float: right;
    padding: 0;
    border: none;
    cursor: pointer;
    height: 34px;
    width: 83px;
    background: url(../img/btnTz01.gif) no-repeat center;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #1890ff;
    content: "";
}

.menu-btn:before {
    width: 24px;
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}

.container > .topbar {
    text-decoration: none;
}

/*Bottom*/
.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.footer-fix li {
    float: left;
    width: 25%;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(../img/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(../img/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(../img/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(../img/f_04.png);
}

.swiper-pagination-bullet-active {
    background-color: #1890ff;
}

.str_wrap {
    position: relative;
    overflow: hidden;
}

.str_move {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.list-1 li:last-child {
    border-bottom: 0;
}

.panel .list-1 li a {
    display: block;
    text-decoration: none;
    background: url(../img/2022/icon/新闻箭头.svg) no-repeat left center;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    font-family: PingFang-SC-Medium;
    line-height: 40px;
}

.panel .list-1 li a:hover {
    color: #1890ff !important;
}

.panel .list-1 li a:hover span {
    color: #1890ff;
}

.index-borad-2 .list-1 li a {
    display: block;
    padding-left: 10px;
    background: none;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: PingFangSC-Medium;
    /* font-weight: bold; */
    line-height: 56px;
    text-decoration: none;
}

.index-borad-2 .list-1 li a:hover {
    color: #1890ff;
}

.list-1 li span {
    float: right;
    color: #999;
    padding-left: 4px;
}

.list-2 li {
    border-bottom: #d9d9d9 dashed 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-2 li a {
    display: block;
    background: url(../img/red_dot.gif) no-repeat 0 8px;
    padding-left: 10px;
}

.list-2 li span {
    display: block;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.index-borad-1 {
    margin: 20px 0 0;
    float: left;
    background-color: #fff;
    width: 100%;
}

.index-borad-1 .swiper-slide a {
    display: block;
}

.index-borad-1 .swiper-slide .img-cover {
    height: 420px;
}

.index-borad-1 .swiper-slide dl {
    margin: 0;
    overflow: hidden;
    position: absolute;
    padding: 0 24px;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.report-matters .no-swiper-slide {
    width: 100%;
    margin: 25px 20px 0px 0;
    padding: 5px;
}

.right-top-line {
    width: 1px;
    background: #d7dae2;
    margin-right: 30px;
    margin-top: 27px;
    padding-right: 1px;
}

.right-bottom-line {
    width: 1px;
    background: #d7dae2;
    margin-right: 30px;
    height: 125px;
    padding-right: 1px;
}

.report-matters .no-swiper-slide div {
    margin: 0; /*text-align: center*/
    line-height: 34px;
    width: 100%;
    font-size: 18px;
}

.swiper-wrapper .no-swiper-slide2 div {
    margin: 0;
    overflow: hidden;
    text-align: center;
    line-height: 34px; /*width: 225.5px;*/
    margin-right: 60px;
    font-size: 18px;
}

.swiper-wrapper .no-swiper-slide3 div {
    margin: 0;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    margin: 20px 0 40px;
}

.index-borad-1 .swiper-slide dt {
    float: left;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    width: 100px;
    line-height: 1;
    color: #999;
    font-size: 12px;
    padding: 3px 0;
}

.index-borad-1 .swiper-slide dt strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
}

.index-borad-1 .swiper-slide dd {
    font-size: 14px;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    text-align: left;
}

.index-borad-1 .swiper-button-prev,
.index-borad-1 .swiper-button-next {
    margin-top: -63px;
}

.index-borad-1 .swiper-pagination {
    bottom: 36px;
    text-align: center;
}

.index-borad-1 .swiper-pagination-bullet {
    margin: 0 10px 0 0 !important;
}

.index-borad-2 {
    float: left; /*margin: 20px 0 0 -1px;*/
    background-color: #fff; /*border: #e8e8e8 solid 1px;*/
    min-height: 440px;
    padding-top: 5px;
    width: 100%;
    overflow: auto;
}

.index-borad-2 .tit {
    font-size: 0;
    margin-bottom: 20px;
}

.index-borad-2 .tit span {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    line-height: 41px;
    padding-left: 18px;
    font-size: 20px;
    background: url(../img/newscenter_h2_tit_bg.gif) no-repeat 0 center / contain;
    color: #fff;
}

.index-borad-2 .tit .more {
    float: right;
    font-size: 16px;
    line-height: 41px;
}

.index-borad-3 {
    float: right;
    background-color: #fff;
    border: #e8e8e8 solid 1px;
    padding: 20px;
    height: 350px;
    margin: 20px 0 0;
    width: 215px;
}

.index-borad-3 .tit {
    margin: 0 0 20px;
    font-size: 20px;
    color: #1890ff;
    border-bottom: #e8e8e8 solid 1px;
    padding-bottom: 10px;
}

.index-borad-3 .tit .more {
    float: right;
    font-size: 16px;
    line-height: 28px;
}

.index-borad-3 .list-2 {
    height: 290px;
    overflow: hidden;
}

.panel {
    background-color: #fff; /*border: #e8e8e8 solid 1px;*/
    margin-top: 10px; /* border-top: #1890ff solid 2px; */
    box-shadow: none !important;
}

.panel .tit {
    margin-bottom: 10px;
    border-bottom: #e8e8e8 solid 1px;
}

.panel .tit span {
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #1890ff;
    padding-bottom: 4px;
    font-family: PingFang-SC-Bold;
    /*background: url(../img/icoTz09.png) no-repeat left center;*/
    color: #1890ff;
    /*padding-left: 15px;*/
    font-weight: bold;
}

.panel .tit .more {
    float: right;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}

.panel .tit .more:hover {
    color: #1890ff;
}

.panel .list-1 {
    margin-top: -5px;
}

.col-1,
.col-2 {
    margin-left: -10px;
}

.col-1 .col-item {
    float: left;
    margin-left: 10px;
    width: 595px;
}

.col-2 .col-item {
    float: left;
    margin-left: 10px;
    width: 393px;
}

.gg {
    width: 260px !important;
}

.gg .panel {
    height: 271px;
    background: url(../img/picTz01.jpg) no-repeat center / 100% 100%;
    border: 0;
    padding: 0;
}

.gg a {
    display: block;
    height: 90px;
}

.ad-1 {
    margin-top: 10px;
}

.tupian .swiper-slide a {
    display: block;
}

.tupian .swiper-slide .img-center {
    height: 213px;
    line-height: 213px;
}

.tupian .swiper-slide .img-center2 {
    height: 113px;
    line-height: 113px;
}

.tupian .swiper-slide .img-center2:hover {
    box-shadow: 0 0 5px #1890ff;
}

.report-matters .no-swiper-slide a {
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 10px;
    text-decoration: none;
}

.report-matters .no-swiper-slide a .icon {
    display: block;
    width: 43px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: cover;
}

.report-matters .no-swiper-slide a .icon-niming {
    background-image: url(../img/实名举报.svg);
}

.report-matters .no-swiper-slide a .icon-shiming {
    background-image: url(../img/匿名举报.svg);
}

.report-matters .no-swiper-slide a .icon-zhuangxiang {
    background-image: url(../img/专项举报.svg);
}

.report-matters .no-swiper-slide a .icon-jubaochaxun {
    background-image: url(../img/举报查询hover.svg);
    padding: 0 15px;
}

.report-matters .no-swiper-slide .jubaojuzhen {
    background-image: url(../img/举报矩阵.png);
    padding: 0 15px;
}

.report-matters .no-swiper-slide .piyaopingtai {
    background-image: url(../img/辟谣平台.png);
    padding: 0 15px;
}

.report-matters .no-swiper-slide .jubaozhinan {
    background-image: url(../img/举报指南.png);
    padding: 0 15px;
}

.report-matters .no-swiper-slide a .icon-gonggong {
    background-image: url(../img/公共查询hover.svg);
    padding: 0 15px;
}

.report-matters .no-swiper-slide .jubaojuzhen .img-center2,
.report-matters .no-swiper-slide .piyaopingtai .img-center2,
.report-matters .no-swiper-slide .jubaozhinan .img-center2 {
    text-align: right;
    padding: 0 10px;
}

.report-matters .no-swiper-slide a .icon-shiming {
}

.report-matters .no-swiper-slide a .remark {
    font-size: 20px;
    color: #ffff;
    font-weight: bold;
}

.report-matters .no-swiper-slide a .right-arrow {
    display: block;
    width: 28px;
}

.report-matters .no-swiper-slide .shiming {
    background-color: #f9955b;
}

.report-matters .no-swiper-slide .shiming:hover {
    box-shadow: 0 0 10px #f9955b;
}

.report-matters .no-swiper-slide .niming {
    background-color: #a8d666;
}

.report-matters .no-swiper-slide .niming:hover {
    box-shadow: 0 0 10px #a8d666;
}

.report-matters .no-swiper-slide .zhuanxiang {
    background-color: #4fb1f7;
}

.report-matters .no-swiper-slide .zhuanxiang:hover {
    box-shadow: 0 0 10px #4fb1f7;
}

.report-matters .no-swiper-slide .jubaojuzhen:hover {
    box-shadow: 0 0 10px #0b63b5;
}

.report-matters .no-swiper-slide .piyaopingtai:hover {
    box-shadow: 0 0 10px #000046;
}

.report-matters .no-swiper-slide .jubaozhinan:hover {
    box-shadow: 0 0 10px #4fb1f7;
}

.report-matters .no-swiper-slide .jubaochaxun,
.report-matters .no-swiper-slide .gonggong {
    border: 1px solid #3da2fe;
    padding: 0 30px;
}

.report-matters .no-swiper-slide .jubaochaxun .remark,
.report-matters .no-swiper-slide .gonggong .remark {
    color: #3da2fe;
}

.report-matters .no-swiper-slide .jubaochaxun:hover,
.report-matters .no-swiper-slide .gonggong:hover {
    box-shadow: 0 0 10px #3da2fe;
    background-color: #3da2fe;
    color: #fff;
}

.report-matters .no-swiper-slide .jubaochaxun:hover .icon:nth-child(1) {
    background-image: url(../img/举报查询.svg);
    background-repeat: no-repeat;
}

.report-matters .no-swiper-slide .jubaochaxun:hover .remark:nth-child(2) {
    color: #fff;
}

.report-matters .no-swiper-slide .gonggong:hover .icon:nth-child(1) {
    background-image: url(../img/公共查询.svg);
    background-repeat: no-repeat;
}

.report-matters .no-swiper-slide .gonggong:hover .remark:nth-child(2) {
    color: #fff;
}

.report-matters .no-swiper-slide .jubaochaxun {
}

.report-matters .no-swiper-slide .gonggong {
}

.tupian .swiper-slide p {
    margin: 10px 0 0;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.tupian .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.swiper-container.zhuanti-container.swiper-container-horizontal {
    margin: 40px 0 20px;
}

.tupian.swiper-container.bumen-container {
    /* margin-left: 90px; */
}

.tupian.swiper-container.bumen-container.swiper-container-horizontal {
    margin: 10px 0 35px;
}

.ztzl {
    background-color: #fff; /*border: #e8e8e8 solid 1px*/
}

/* .ztzl .tit{float: left;width: 72px;height: 72px;background: url(../img/ztzlTz_h2.gif) no-repeat center/ contain;font-size: 0;} */
.ztzl .tit {
    overflow: hidden;
}

.ztzl .tit .left {
    line-height: 30px;
    height: 30px;
    float: left;
    width: 50%;
    margin-left: -100px;
}

.ztzl .tit .center {
    width: 200px;
    text-align: center;
    float: left;
    color: #1890ff;
    font-size: 20px;
    line-height: 40px;
    height: 55px;
}

.ztzl .tit .right {
    line-height: 30px;
    height: 30px;
    float: right;
    width: 50%;
    margin-right: -100px;
}

.ztzl .tit .left hr,
.ztzl .tit .right hr {
    height: 1px;
    border: none;
    border-top: 4px dotted #1890ff;
}

.ztzl ul {
    margin-left: 90px;
    overflow: hidden;
}

.ztzl li {
    float: left;
    width: 33.333333%;
}

.ztzl li a {
    display: block;
    line-height: 36px;
    background: url(../img/icoTz10.png) no-repeat left center;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}

.footer {
    padding: 30px 0 0 0;
    background: #103b72;
}

.footer .container {
    position: relative;
}

.footer .container .footer-container {
    color: #fff;
}

.footer .container .footer-container .box {
    height: 150px;
    overflow: hidden;
}

.footer .container .footer-container .code {
    display: flex;
    justify-content: space-around;
}

.footer .container .footer-container .box .jubao-app .img-center {
    height: 80px;
    width: 80px;
    margin: 0 auto 15px;
}

.footer-link {
    font-size: 0;
    text-align: center;
    margin-left: -10px;
    margin-bottom: 20px;
}

.footer-link li {
    display: inline-block;
    vertical-align: middle;
}

.footer-link li .wrap {
    margin-left: 10px;
}

.footer-link li select {
    background: #fff;
    height: 34px;
    font-size: 14px;
    width: 150px;
}

.footer-nav {
    text-align: center;
    margin-bottom: 10px;
}

.footer-nav span {
    padding: 0 10px;
}

.footer-copy {
    text-align: center;
    color: #777;
}

.footer-copy p {
    margin: 0;
}

.footer-ewm {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.footer-ewm .img-center {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
}

.footer-ewm2 {
    position: absolute;
    right: 135px;
    bottom: 0;
}

.footer-ewm2 .img-center {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
}

.main {
    background-color: #fff;
    padding: 20px 0;
}

.ct2-sd {
    float: left;
    width: 260px;
}

.ct2-mn {
    float: right;
    width: 880px;
}

.ct2-sd .panel {
    background-color: #f6f6f6;
    border: 0;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #1890ff;
    padding: 15px 0;
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #b5d9ff;
}

.lanmu li {
    border-bottom: 1px dotted #ddd;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li > a {
    display: block;
    line-height: 44px;
    padding: 0 0 0 25px;
    font-size: 18px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: "";
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px dotted #ddd;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu li > a:hover,
.lanmu li.active > a {
    color: #1890ff;
    font-weight: bold;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.position {
    padding: 0 0 18px 0;
    text-align: right;
    border-bottom: #f0f0f0 solid 2px;
    margin-bottom: 15px;
    /*background: url(../img/location_Yz_ic.gif) no-repeat 0 0;*/
    font-size: 16px;
}

.position .img {
    background: url(../img/location_Yz_ic.svg) no-repeat 0 0;
    width: 15px;
    height: 19px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: text-bottom;
}

.position .position-left {
    float: left;
    font-size: 24px;
    color: #1790fe;
    line-height: 20px;
}

.position span a {
    text-decoration: none !important;
}

/*页码*/
.pages {
    margin: 20px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pages a:hover,
.pages a.active {
    background-color: #1890ff;
    color: #fff;
}

/* 首页 */
.speaker-box {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.speaker {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url(../img/toutiao.svg);
    vertical-align: text-top;
}

.toutiao {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    font-weight: bold;
    color: #1890ff;
    padding: 0 2px;
}

.welcome {
    font-size: 16px;
    color: #333333;
}

.welcome:hover {
    color: #1890ff;
}

/*新闻例表*/
.list-3 {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.list-3 li a {
    display: block;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.list-3 li span {
    float: right;
    color: #999;
    padding-left: 10px;
}

.list-3 .line {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bordernone {
    border-bottom: none;
}

.fengmian-tit {
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 15px;
}

.fengmian-tit .more {
    float: right;
    line-height: 28px;
}

.fengmian-tit span {
    display: inline-block;
    font-size: 20px;
    background: url(../img/icoTz09.png) no-repeat 0 5px;
    padding-left: 15px;
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
    margin-bottom: -2px;
    padding-bottom: 10px;
}

.news-wrap {
    padding: 30px 40px;
}

.news-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.news-title h1 {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
}

.news-title p {
    margin: 15px 0 0;
    font-size: 0;
}

.news-title p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}

.news-content {
    line-height: 1.8;
    min-height: 500px;
}

/* .news-content img{max-width: 100% !important;width: auto !important;height: auto !important;} */

/* 空白提示 */
.unuse-box {
    text-align: center;
}

@media (min-width: 769px) {
    .nav ul li {
        display: inline-block;
    }

    .nav > ul > li > ul {
        position: absolute;
    }

    .nav > ul > li > a {
        color: #999;
        font-size: 16px;
    }

    .nav > ul > li.current > a,
    .nav > ul > li > a:hover {
        color: #5a342b;
    }

    .nav li:hover > ul {
        display: block;
    }

    .nav > ul > li > ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: -8px;
        left: 45%;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ad7669;
    }

    .nav > ul > li > ul li ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }

    .nav > ul > li > ul > li > a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 50px;
    }

    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background: #3380f5;
    }

    .header .nav ul > li > ul > li > a {
        font-size: 14px;
        width: 150px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        display: none;
    }

    .nav ul li ul {
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        position: absolute;
        left: 0;
        z-index: 2;
        width: 150px;
    }

    /*二级ul样式*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }

    /*三级以后ul样式*/
    .header .nav ul > li > a {
        color: #fff;
    }

    .header .nav li.current a,
    .header .nav li.open a,
    .header .nav li a:hover {
        background-color: transparent;
        border-bottom: 2px solid #fff;
    }

    .header .nav ul > li.active,
    .header .nav ul > li:hover {
        /*background-color: #3380f5;border-bottom: 2px solid #fff;margin-bottom: 3px;*/
    }

    .header .nav ul > li > a {
        /*padding:0 38px;*/
        font-size: 18px;
    }

    /* 首页 */
    .speaker {
        display: inline-block;
        width: 20px;
        height: 16px;
        background-image: url(../img/toutiao.svg);
        vertical-align: text-top;
    }

    .news-content {
        line-height: 1.8;
        min-height: 300px;
    }

    /* 举报指南查询码 */
    .input-icon {
        position: absolute;
        top: 11px;
        left: 10px;
    }

    .input-icon + .form-control {
        padding-left: 33px;
    }

    .calc-width {
        display: inline-block !important;
    }

    .phone-code {
        width: 60% !important;
    }

    .calc-width + .validateCode {
        width: 118px;
        display: inline-block !important;
        margin-right: 0 !important;
        vertical-align: baseline;
        margin-left: 10px;
    }

    .calc-width + .validateCode img {
        width: 100%;
        height: 46px;
        position: relative;
        top: -2px;
        border-radius: 2px;
        cursor: pointer;
    }

    .search-code {
        text-align: center;
    }

    .search-code span {
        color: #2697ff;
        cursor: pointer;
        font-size: 17px;
    }

    .content-margin-top {
        margin-top: 40px;
    }

    .redefined-form-group {
        margin-bottom: 27px !important;
        position: relative;
        overflow: hidden;
    }

    .redefined-form-group div {
        padding: 0;
    }

    .redefined-form-group img {
        width: 18px;
    }

    .search-btn-margin {
        margin-top: 45px;
    }

    /* 举报结果 */
    .success-box {
        text-align: center;
        margin-top: 75px;
        margin: 0 auto;
        width: 660px;
    }

    .success-box img {
        width: 66px;
    }

    .success-box .success-info {
        margin-top: 60px;
        font-size: 18px;
    }

    .remain-report {
        margin-top: 98px;
    }

    .remain-report .btn {
        width: 338px;
    }

    .success-box .remark {
        margin-top: 84px;
    }

    .success-box .remark p {
        text-align: left;
    }

    /* 列表页 */
    .single {
        padding: 30px 20px;
        margin: 30px 0;
        overflow: hidden;
        display: block;
        border: 1px solid #dbdde4;
        line-height: 34px;
        position: relative;
    }

    .single_title {
        font-size: 24px;
        text-align: left;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        padding-bottom: 20px;
        border-bottom: 1px solid #dbdde4;
        margin-bottom: 20px;
    }

    .single .single_title img {
        position: absolute;
        right: 80px;
        top: 5px;
        width: 170px;
    }

    .single_con {
        overflow: hidden;
        color: #333;
    }

    .single_left {
        float: left;
        width: 10%;
        text-align: center;
        font-weight: bold;
        line-height: 1.4;
    }

    .single_left .day {
        font-size: 54px;
    }

    .single_left .month {
        font-size: 16px;
    }

    .single_right {
        float: right;
        width: 90%;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-indent: 0;
        line-height: 1.4;
        font-size: 16px;
        line-height: 1.6;
        color: rgb(51, 51, 51);
        font-family: "微软雅黑";
    }

    #float-box {
        position: fixed;
        z-index: 99999999999;
        top: 0;
        left: 0;
        height: 120px;
        width: 200px;
        cursor: pointer;
        border-radius: 4px;
    }

    #float-box img {
        width: 100%;
        border-radius: 4px;
    }
}

/*内页-页码*/
.pagination p {
    margin: 0;
    cursor: pointer;
}

.pagination {
    height: 40px;
    padding: 20px 0px;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination a:hover {
    color: #1890ff;
    background: white;
    border: 1px #1890ff solid;
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
    margin-top: 5px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}

.pagination li.active a {
    border: none;
    background: #1890ff;
    color: #fff;
}

.dates li {
    font-size: 14px;
    margin: 20px 0;
}

.dates li span {
    float: right;
}

/*add*/
.news-list li:nth-child(5) {
    border-bottom: #dadada dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

button.btn {
    border: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
}

button.btn:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}

button.btn.btn-primary {
    color: #fff;
    background-color: #409eff;
    margin-right: 10px;
}

button.btn.btn-primary:focus,
button.btn.btn-primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

/* 解决按钮黑色背景问题 */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none !important;
}

button {
    outline: none !important;
}

a.btn-primary-text {
    border: none;
    background: #fff;
    color: #409eff;
    cursor: pointer;
}

a.btn-primary-text:hover,
a.btn-primary-text:focus {
    color: #66b1ff;
}

.form-control:hover {
    border: 1px #1890ff solid;
}

.form-szd {
    display: inline-block;
    width: 82.5%;
}

.form-szd .szd-span {
    margin: 0 8px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.container > .topbar {
    height: 30px;
    overflow: hidden;
    text-decoration: none;
}

.container > .topbar .img-info {
    vertical-align: bottom;
    height: 28px;
}

.zhuanti-slide.swiper-slide.swiper-slide-visible {
    padding: 0 10px;
}

.zhuanti-slide.swiper-slide .zhuangti-img {
    height: 75px;
    width: 100%;
}

.zhuanti-slide.swiper-slide a {
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

input.nobutton::-webkit-outer-spin-button,
input.nobutton::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input.nobutton {
    -moz-appearance: textfield;
}

input.qianwang-input {
    width: 40px;
    height: 22px;
    text-align: center;
    border: 1px #cccccc solid;
    border-radius: 3px;
    margin: 0 3px;
}

input.qianwang-input:hover {
    border: 1px #1890ff solid;
}

.pagination .qianwang-span {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 7px 12px 0;
    height: 24px;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
}

/* form */
.news-wrap {
    padding: 0;
}

.report-info {
    padding: 3% 10% 3% 3%;
    border: 1px solid #d7dae2;
    border-top: none;
    margin-bottom: 30px;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.report-title {
    background: #ddeefe;
    border: 1px solid #d7dae2;
    padding: 10px 10px;
    color: #1790fe;
    font-weight: 500;
}

.form-footer {
    text-align: center;
}

.message-code {
    width: 84%;
    display: inline-block;
}

.form-control.message-input {
    width: 79%;
}

.verify-img {
    vertical-align: middle;
    width: 100px;
    height: 38px;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 38px;
    text-indent: 5px;
    text-align: center;
    cursor: pointer !important;
}

.form-banner {
    padding: 20px 0;
}

.form-banner a {
    margin-right: 20px;
    font-size: 16px;
    padding: 5px 0;
}

.form-banner a.active {
    border-bottom: 2px solid #1890fe;
}

.form-banner a:hover,
.form-banner a:focus {
    /* border-bottom: 2px solid #1890fe; */
}

/* 网信动态 */
.dynamic .panel .tit {
    border-bottom: none;
}

.dynamic .panel .tit span {
    font-size: 18px;
    display: inline-block;
    color: #1890fe;
    border-bottom: none;
    padding-bottom: 8px; /*background: url(../img/icoTz09.png) no-repeat left center;*/ /*padding-left: 15px;*/
}

.dynamic .panel .tit span::before {
    content: "";
    display: inline-block;
    border-left: 4px solid #1890fe;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
}

.dynamic .panel .list-1 li a {
    background-image: none;
    padding: 0;
    font-size: 14px;
    color: #060606;
}

.dynamic .panel .list-1 li a::before {
    content: "";
    display: inline-block;
    border: 1px solid #cecece;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 4px;
    background-color: #cecece;
    position: relative;
    top: -2px;
}

.dynamic .panel .list-1 li a:hover::before {
    content: "";
    display: inline-block;
    border: 1px solid #1890fe;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 4px;
    background-color: #1890fe;
    position: relative;
    top: -2px;
}

.dynamic .panel .list-1 li a:hover span:nth-child(1) {
    color: #1890fe;
}

.dynamic .panel .list-1 li a span {
    padding-left: 30px;
}

/* 更多 */
.more-link .table thead {
    display: none;
}

.more-link .table tbody td:last-child {
    /* width: 150px; */
    text-align: center;
    min-width: 100px;
}

.more-link .table tbody td {
    border-top: none;
    color: #333;
}

.more-link .table tbody td a {
    color: #333;
}

.more-link .table tbody tr {
    cursor: pointer;
}

.more-link .table tbody tr td a:hover {
    /* color: #1890fe!important; */
}

.more-link .table tbody tr td:hover {
    color: #1890fe !important;
}

/* 举报指南 */
.guide {
    margin-top: 60px;
}

.guide .card {
    margin-left: 130px;
}

.guide .confirm {
    padding-left: 160px;
    padding: 60px 0 30px 160px;
}

.guide .confirm .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.guide .m-span {
    padding: 8px 0px;
}

.guide .card .index {
    color: #fff;
    padding: 14px;
    font-size: 30px;
    background: #1890fe;
    border-radius: 50%;
    margin: 0 20px;
}

.guide .card .index1 {
    margin: 10px 50px;
    padding: 40px 45px;
}

.guide .card .index1.left-dotted {
    background-image: linear-gradient(#1890fe 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 1px 8px;
    background-repeat: repeat-y;
}

.guide .card .index2 {
}

.guide .card .index1 .img {
    height: 270px;
}

.guide .card .title {
    color: #1890fe;
    font-size: 16px;
    font-weight: 600;
}

/* 举报矩阵 */
.matrix {
    margin-bottom: 10px;
}

.matrix .card {
    position: relative;
    margin-top: 30px;
}

.matrix .card a {
    position: relative;
    display: block;
    overflow: hidden;
}

.matrix .card a:hover {
    box-shadow: 0 10px 10px #bdbdbd;
    color: #1890fe;
}

.matrix .card a:hover .label-name:nth-child(2) {
    /* transform:translateY(0px); */
}

.matrix .card .label-name {
    text-align: center;
    position: absolute;
    line-height: 40px;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    /* transform:translateY(40px);
      transition: all  .25s  ease-in; */
}

/* 法律法规 */
/* 分页 */
.layui-page {
    text-align: center;
}

/* table */
.table thead {
    background: #fafafa;
}

.table thead tr th {
    border-bottom: none !important;
    height: 45px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 35px !important;
}

.operation-btn {
    color: #2697ff;
    cursor: pointer;
    text-decoration: none;
}

.operation-btn:hover {
    color: #2697ff;
    text-decoration: none;
}

/* 举报详情 */
.report-detail .card {
    padding: 5px 0;
    margin-bottom: 25px;
}

.report-detail .info .label {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

.report-detail .card.border-bottom {
    /*border-bottom: 1px solid #cecece;*/
    overflow: hidden;
}

.report-detail .card .head {
    overflow: hidden;
    margin-bottom: 30px;
}

.report-detail .card .info {
    display: inline-block;
    margin-bottom: 30px;
}

.report-detail .card .head .title {
    font-size: 16px;
    font-weight: 600;
}

.report-detail .card .head .status {
    float: right;
    color: #fff;
    background: #990033;
    padding: 5px 10px;
    border-radius: 5px;
}

.report-detail .card .info a.value {
    color: #1890ff;
}

.four-box {
    margin-left: -25px;
}

/*ipad-手机端*/
@media screen and (max-width: 768px) {
    #float-box {
        display: none;
    }

    #navMenu {
        background-color: #fff;
    }

    .xinxiang .report-matters .no-swiper-slide .yijianjubao {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun4.png);
    }

    .xinxiang .report-matters .no-swiper-slide .chaxun .title {
        margin-right: 150px;
        color: #6f5226;
        font-size: 24px;
    }

    .xinxiang .report-matters .no-swiper-slide .juzhen .title {
        margin-right: 150px;
        color: #4666a3;
        font-size: 24px;
    }

    .xinxiang .report-matters .no-swiper-slide .jubaozhinan {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun3.png);
    }

    .xinxiang .report-matters .no-swiper-slide .chaxun {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun.png);
    }

    .xinxiang .report-matters .no-swiper-slide .jubaodianhua {
        width: 380px;
        height: 80px;
        background-color: #ece1cd;
        background: url(../img/liaoning/jubaochaxun2.png);
        font-size: 24px;
    }

    .jubaoshixiang {
        flex-wrap: wrap;
    }

    .four-box {
        margin-left: 0;
    }

    .more-link .table tbody td a {
        width: 200px;
        display: inline-block;
        overflow: hidden;

        white-space: nowrap;

        text-overflow: ellipsis;

        -o-text-overflow: ellipsis;
    }

    body {
        min-width: 320px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container {
        width: auto;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .swiper-container-vertical {
        margin-top: 20px;
    }

    .form-footer {
        text-align: center;
    }

    .header {
        padding: 10px 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px #ddd;
        background-size: 100%;
        background-position: 0 0;
        display: block;
        height: 70px;
    }

    .header .topbar,
    .header .sc-form {
        display: none;
    }

    .header .logo {
        height: 30px;
        line-height: 30px;
        float: none;
        padding: 0;
        width: 628px;
        font-size: 16px;
        color: #1890ff;
    }

    .header .nav {
        margin: 10px 0 -10px;
        text-align: left;
        display: none;
        background-color: currentColor;
        border-bottom: 0;
    }

    .header .nav ul {
        margin: 0 -15px;
        padding: 10px 0;
        display: block;
    }

    .header .nav li {
        display: block;
        margin: 0;
        border-right: 0;
        padding: 0 15px;
    }

    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333;
        font-size: 16px;
    }

    .header .nav li .arr {
        display: block;
    }

    .header .nav li.open .arr:after {
        border-color: #1890ff;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left;
    }

    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }

    .menu-btn {
        display: block;
    }

    .index-borad-1 {
        width: auto;
        float: none;
        margin-top: 10px;
    }

    .index-borad-1 .swiper-slide .img-cover {
        height: auto;
        padding-top: 66.6%;
    }

    .index-borad-1 .swiper-slide dl {
        padding: 15px 15px 15px 0;
    }

    .index-borad-1 .swiper-slide dt {
        width: 75px;
    }

    .index-borad-1 .swiper-slide dd {
        margin-left: 90px;
    }

    .index-borad-1 .swiper-button-prev,
    .index-borad-1 .swiper-button-next {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    .index-borad-1 .swiper-pagination {
        bottom: 85px;
    }

    .index-borad-2 {
        margin: 10px 0 0;
        width: auto;
        height: auto;
        float: none;
    }

    .index-borad-2 .tit {
        margin-bottom: 10px;
    }

    .index-borad-2 .tit span {
        font-size: 18px;
        line-height: 36px;
        padding-left: 12px;
    }

    .index-borad-2 .tit .more {
        line-height: 36px;
    }

    .index-borad-3 {
        margin: 10px 0 0;
        width: auto;
        height: auto;
        float: none;
        padding: 15px;
    }

    .index-borad-3 .tit {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .index-borad-3 .tit .more {
        line-height: 25px;
        font-size: 14px;
    }

    .col-1 .col-item,
    .col-2 .col-item {
        float: none;
        width: auto;
    }

    .panel .tit span {
        font-size: 18px;
    }

    .panel .tit .more {
        font-size: 14px;
        line-height: 25px;
    }

    .gg {
        display: none;
    }

    .ztzl {
        padding: 15px;
    }

    .ztzl .tit {
        float: none;
        background: none;
        font-size: 18px;
        height: auto;
        width: auto;
        color: #1890ff;
        margin-bottom: 10px;
    }

    .ztzl ul {
        margin: 0;
    }

    .ztzl li {
        float: none;
        width: auto;
    }

    .ztzl li a {
        margin-left: 0;
    }

    .footer {
        font-size: 12px;
    }

    .footer-link,
    .footer-ewm {
        display: none;
    }

    .footer-nav span {
        padding: 0 5px;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none;
        width: auto;
    }

    .position {
        font-size: 12px;
        background-size: auto 14px;
        padding-left: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-position: 0 1px;
    }

    .pages {
        margin-top: 15px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .list-3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .list-3 li a {
        font-size: 14px;
        line-height: 32px;
    }

    .fengmian-tit {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .fengmian-tit span {
        font-size: 18px;
        background-position: 0 3px;
    }

    .fengmian-tit .more {
        line-height: 25px;
    }

    .news-wrap {
        padding: 0;
    }

    .news-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .news-title h1 {
        font-size: 18px;
    }

    .news-title p {
        margin-top: 10px;
    }

    .news-title p span {
        font-size: 12px;
        margin: 0 5px;
    }

    .position .position-left {
        font-size: 14px;
        line-height: 24px;
    }

    .table-contain {
        overflow: scroll;
    }

    .table-contain .table-box {
        width: 800px;
    }

    /*menu*/
    .nav ul li {
        line-height: 45px;
        text-align: left;
    }

    .nav ul li ul {
        display: none;
    }

    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc;
    }

    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee;
    }

    .nav ul li ul li ul li a {
        padding-left: 90px;
    }

    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transition-duration: 0s;
    }

    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px;
        color: #000;
    }

    .nav ul li.current > a {
        color: #5a342b;
    }

    .nav ul li.active > ul {
        display: block;
    }

    .nav ul li.active > .arrow {
        transform: rotate(90deg);
    }

    .header .nav ul > li > ul > li > a {
        padding-left: 50px;
    }

    .header .nav ul > li > a {
        line-height: 30px;
    }

    /* 首页 */
    .report-matters .no-swiper-slide .jubaojuzhen,
    .report-matters .no-swiper-slide .piyaopingtai,
    .report-matters .no-swiper-slide .jubaozhinan {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position-y: center;
    }

    /* 举报指南 */
    .guide {
        margin-top: 30px;
    }

    .guide .card {
        margin-left: 0;
    }

    .guide .confirm {
        padding-left: 160px;
        padding: 60px 0 30px 10px;
    }

    .guide .confirm .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .guide .m-span {
        padding: 8px 0px;
    }

    .guide .card .index {
        color: #fff;
        padding: 6px;
        font-size: 14px;
        background: #1890fe;
        border-radius: 50%;
        margin: 0;
    }

    .guide .card .index1 {
        margin: 10px 0 10px 14px;
        padding: 30px 1px;
        overflow: hidden;
    }

    .guide .card .index1.left-dotted {
        background-image: linear-gradient(#1890fe 33%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 1px 8px;
        background-repeat: repeat-y;
    }

    .guide .card .index1.left-dotted div {
        padding-left: 20px;
    }

    .guide .card .index2 {
    }

    .guide .card .index1 .img {
        height: 200px;
    }

    .guide .card .title {
        color: #1890fe;
        font-size: 14px;
        font-weight: 600;
        padding-left: 5px;
    }

    /* 举报结果 */
    .success-box {
        text-align: center;
        margin-top: 75px;
        margin: 0 auto;
    }

    .success-box img {
        width: 40px;
    }

    .success-box .success-info {
        margin-top: 30px;
        font-size: 14px;
    }

    .remain-report {
        margin-top: 60px;
    }

    .remain-report .btn {
        width: 100%;
    }

    .success-box .remark {
        margin-top: 60px;
        font-size: 12px;
    }

    .success-box .remark p {
        text-align: left;
    }

    /* 举报矩阵 */
    .matrix .card .label-name {
        text-align: center;
        position: absolute;
        line-height: 40px;
        bottom: 0;
        width: 100%;
        height: 40px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        transform: translateY(0) !important;
        transition: all 0.25s ease-in;
    }

    /* 表单 */
    .report-info {
        padding: 3% !important;
    }

    .select-zone {
        padding-right: 0 !important;
        margin-bottom: 25px;
    }

    /* 脚部 */
    .footer .container .footer-container .box {
        text-align: center;
    }

    /* 举报指南查询码 */
    .input-icon + .form-control {
        padding-left: 33px;
    }

    .redefined-form-group {
        margin-bottom: 27px !important;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .redefined-form-group div {
        padding: 0;
    }

    .input-icon {
        position: absolute;
        top: 15px;
        left: 10px;
    }

    .redefined-form-group img {
        width: 18px;
    }

    .searchCodeBtn {
        color: #1890fe;
        text-align: center;
        font-size: 16px;
    }

    /* 列表页 */
    .single {
        padding: 30px 20px;
        margin: 30px 0;
        overflow: hidden;
        display: block;
        border: 1px solid #dbdde4;
        line-height: 34px;
        position: relative;
    }

    .single_title {
        font-size: 20px;
        text-align: left;
        color: #333;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 1px solid #dbdde4;
        margin-bottom: 20px;
    }

    .single .single_title img {
        position: absolute;
        right: 40px;
        top: 45px;
        width: 60px;
    }

    .single_title div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .single_con {
        overflow: hidden;
    }

    .single_left {
        float: left;
        width: 20%;
        text-align: center;
        font-weight: bold;
        line-height: 1.4;
    }

    .single_left .day {
        font-size: 40px;
        color: #333;
    }

    .single_left .month {
        font-size: 14px;
        color: #333;
    }

    .single_right {
        float: right;
        width: 80%;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-indent: 0;
        line-height: 1.4;
        font-size: 14px;
        line-height: 1.6;
        color: rgb(51, 51, 51);
        font-family: "微软雅黑";
    }

    /* 日常举报 */
    .mobile-plateform {
        display: none;
    }
}

.jubaoshixiang {
    display: flex;
    box-sizing: border-box;
    padding: 0px 10px;
}
